.asm.obj:
 	tasm $*;

c83815.com: head.obj c83815.obj tail.obj
	tlink /t/m/3 head+c83815+tail,c83815;

zip:
	del *.obj
	del *.map
	zip -a c83815
